home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plhistx < prev    next >
Text File  |  1994-08-21  |  496b  |  17 lines

  1. plhistx:
  2.  
  3. Synopsis: Plot a histogram using line, point or line-point styles.
  4.  
  5. Syntax: plhistx ( DATA , NBIN )
  6.  
  7. Description:
  8.  
  9.     Plot a histogram of the data in DATA. DATA can be a N-column
  10.     matrix. The columns of DATA are plotted in histogram fashion
  11.     using the line-styles set by plstyle() as opposed to the
  12.     bar-graph style used by plhist(). An optional second argument,
  13.     NBIN specifies the number of bins to separate the data
  14.     into. If NBIN is not specified the default is 10.
  15.  
  16. See Also: plhist
  17.